CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A star

搜索资源列表

  1. dstar

    0下载:
  2. "D" - star source code
  3. 所属分类:Other windows programs

    • 发布日期:2014-10-14
    • 文件大小:174585
    • 提供者:AYA
  1. axing

    0下载:
  2. 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:9794
    • 提供者:温智君
  1. n-puzzle

    0下载:
  2. n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4443
    • 提供者:rrc
  1. 8Puzzle

    0下载:
  2. A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:103946
    • 提供者:parisa
  1. AStarAlgorithmAndSourceCode

    1下载:
  2. 《A星寻路算法初探》中文及英文版,及其配套源代码-" A Star Algorithm for Route of" Chinese and English, and supporting source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:409459
    • 提供者:liuYue
  1. GUOHE

    1下载:
  2. 使用A星算法求解野人过河问题,VC++实现,用D到了MFC-A star algorithm using the issue of Savage river, VC++ to achieve, with the D to the MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-01-07
    • 文件大小:5414372
    • 提供者:杜骞
  1. AStar_FindWay11.10

    0下载:
  2. 实现可视化的A星算法演示,测试了不同的评估函数对A星效率的影响。算法可以单独使用-Visualization of the A star algorithm is demonstrated to test different evaluation function A Star efficiency. Algorithm can be used alone
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:4045725
    • 提供者:赵百子
  1. A

    1下载:
  2. 本文件为C语言编写,A星寻路算法,自动寻找最优路径-This document is written in C, A Star pathfinding algorithm, automatically find the optimal path. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2417
    • 提供者:wxk
  1. AStar

    0下载:
  2. A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:131024
    • 提供者:liuliu
  1. ClassAstar

    0下载:
  2. A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:84597
    • 提供者:ligang
  1. A star

    0下载:
  2. 这是A*算法,一种评估函数算法,广度优先搜索其实是A*算法的特例,它的评估函数只有深度-Search
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:257091
    • 提供者:杨敏
  1. star

    0下载:
  2. openGL下画五色五角星,采用openGL库基于VC环境编写-draw a star with five color
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:1019681
    • 提供者:renxiang
  1. A-star

    0下载:
  2. 关于A*算法的详细讲解。简单明确,附图讲解。原文英文,此文章为翻译后文件。读过之后会对A*算法有初步的了解。-On the A* algorithm explained in detail. Simple and clear, with photos to explain. Original in English, this article is translated documents. After reading A* algorithm will have a preliminary un
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:108014
    • 提供者:张龙
  1. Integrated-Navigation-of-UAV

    1下载:
  2. 西北工业大学博士论文:小型无人机航迹规划及组合导航关键技术研究,是研究组合导航的很好的参考资料-study on the Key Techniques of Trajectory planning and Integrated Navigation of UAV.A Dissertation submitted to Northwestern Polytechnical University in Partial Fulfillment of the Requirement
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4328475
    • 提供者:zhuxq
  1. star.tar

    0下载:
  2. Program crates a Star component: -creates new widget -uses transparency
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:26805
    • 提供者:pk
  1. ruby-a-star

    0下载:
  2. this is a very good program about max flow and dijstra that i have made
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3982
    • 提供者:dadghio
  1. shortest-path-searching-with-A-star-algorithm-in-

    0下载:
  2. pencarian jalur terpendek pada sebuah graph dengan menggunakan algoritma A* menggunakan visual basic 2008
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:11964
    • 提供者:shine
  1. algoritma-A-star

    0下载:
  2. pencarian jalur terpendek menggunakan A* pada metode graph
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:331387
    • 提供者:shine
  1. A

    0下载:
  2. 实现a星寻路,可以根据a星寻路算法,寻找电子地图中的路径-Find its way to achieve a star
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:518471
    • 提供者:周晓峰
  1. A-StarVC

    0下载:
  2. 做游戏脱机挂必备代码,很经典。 也是学习A星算法的好工具,动态展示算法过程。 更多资料请查看悠久网http://www.u9txt.com-Linked to the necessary code to do the offline game, very classic. A star algorithm is also a good learning tool, dynamic display algorithm process. For more information, pleas
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:102573
    • 提供者:DJ
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com